Add no-portability option to automake
authorJohan Dahlin <johan@gnome.org>
Thu, 10 Dec 2009 11:58:51 +0000 (09:58 -0200)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:51:53 +0000 (20:51 -0400)
We require GNU Make and has done so for a while already

configure.in

index 8a95a4686ae3d6e9c1c2995a95ddb39721d734a8..63f23cb5772b12d179c456c0862a71f0281e084e 100644 (file)
@@ -48,7 +48,7 @@ AC_CONFIG_MACRO_DIR([m4])
 # Save this value here, since automake will set cflags later
 cflags_set=${CFLAGS+set}
 
-AM_INIT_AUTOMAKE(no-define)
+AM_INIT_AUTOMAKE([no-define -Wno-portability])
 AM_CONFIG_HEADER(config.h)
 
 # Support silent build rules, requires at least automake-1.11. Enable